Autogenerated HTML docs for v1.7.2-rc3-52-gc5212 
diff --git a/git-add.html b/git-add.html index 2b9529f..b0ca2f2 100644 --- a/git-add.html +++ b/git-add.html 
@@ -323,7 +323,8 @@  <div class="verseblock">   <div class="content"><em>git add</em> [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]   [--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N]  - [--refresh] [--ignore-errors] [--] [&lt;filepattern&gt;&#8230;]</div></div>  + [--refresh] [--ignore-errors] [--ignore-missing] [--]  + [&lt;filepattern&gt;&#8230;]</div></div>   </div>   <h2 id="_description">DESCRIPTION</h2>   <div class="sectionbody">  @@ -376,7 +377,8 @@  </dt>   <dd>   <p>  - Don't actually add the file(s), just show if they exist.  + Don't actually add the file(s), just show if they exist and/or will  + be ignored.   </p>   </dd>   <dt>  @@ -513,6 +515,17 @@  </p>   </dd>   <dt>  +--ignore-missing  +</dt>  +<dd>  +<p>  + This option can only be used together with --dry-run. By using  + this option the user can check if any of the given files would  + be ignored, no matter if they are already present in the work  + tree or not.  +</p>  +</dd>  +<dt>   --   </dt>   <dd>  @@ -721,7 +734,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-06-13 19:56:31 UTC  +Last updated 2010-07-19 20:25:59 UTC   </div>   </div>   </body>